GraphicsFormats package for Buoy

RawIcoExporter.SaveBitmapsToFile Method

Saves one or more bitmaps to a single ICO formatted file. The bitmaps must have been previously added with the AddBitmap method.

SaveBitmapsToFile(
   f as FileSystemItem)

Parameters

f
A FileSystemItem that defines the destination of the ICO file.

Remarks

This method can throw GraphicsFormatsException.

See Also

RawIcoExporter Class